Welcome![Sign In][Sign Up]
Location:
Search - Linux TCP/IP

Search list

[Exploitlibnids-1[1].16.tar

Description: 基于TCP/IP协议的网络入侵检测系统是在Linux平台下,充分利用Linux的网络特性来设计的网络安全防御系统的一部分。在完全理解TCP/IP通讯协议的基础上来开发基于网络的入侵检测系统,它主要包括以下几个部分:数据包拦截器,数据包分析器,数据包生成器,远程通讯控制模块,集中管理模块等。 关键字:入侵检测系统,网络安全,协议分析,网络入侵检测系统- Based on the TCP/IP agreement network invasion examination system is under the Linux platform, fully a network security defense system part which designs using the Linux network characteristic. Completely was understanding the TCP/IP communication agreement the foundation comes up the development based on the network invasion examination system, it mainly includes following several parts: Data packet interceptor, data packet analyzer, data packet production, long-distance communication control module, centralized management module and so on. Essential character: Invasion examination system, network security, protocol analysis, network invasion examination system
Platform: | Size: 72309 | Author: 吴玲 | Hits:

[Linux-Unix串口连接程序c语言

Description: 在linux下把串口映射成TCP/IP端口- Maps under linux the string mouth the TCP/IP port
Platform: | Size: 98722 | Author: 刘宝文 | Hits:

[TCP/IP stackuip09win

Description: uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@dunkels.com>. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ - example applications doc/ - documentation uip/ - actual uIP TCP/IP, SLIP and ARP code unix/ - Example of how to run uIP as a user space process under FreeBSD or Linux-uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels lt;adam@dunkels.comgt;. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ - example applications doc/ - documentation uip/ - actual uIP TCP/IP, SLIP and ARP code unix/ - Example of how to run uIP as a user space process under FreeBSD or Linux
Platform: | Size: 748533 | Author: fwx | Hits:

[WinSock-NDISTCPComm

Description: 这是一个可跨linux、windows平台的TCP/IP通讯程序-This is a cross - linux, windows platform TCP / IP communication procedures
Platform: | Size: 351435 | Author: ly | Hits:

[TCP/IP stacknet-snmp-5.1.1.tar

Description: 该程序实现了再linux下通过tcp/ip的网络互连,有基本的通讯模块-this program has a basic communication module,and it can realize the interlinkage of the network by tcp/ip in the linux operating system
Platform: | Size: 2977122 | Author: ccbb | Hits:

[Other resourcevxwork-for-netinet

Description: 完整的TCP/IP源代码,可以用在LINUX或VXWORKS进行数据通信设备的开发上-integrity of the TCP / IP source code can be used in Linux or VxWorks for data communications equipment on the development
Platform: | Size: 309377 | Author: 曹长斌 | Hits:

[Linux-UnixUnderstandingLinuxNetworkInternals

Description: Understanding Linux Network Internals 详细介绍TCP/IP在linux下的实现-Linux Internals detailed TCP / IP in the realization of linux
Platform: | Size: 7846419 | Author: 宋春博 | Hits:

[Software Engineeringlinux_server

Description: Web Server for Embedded Systems. 嵌入式Linux上的Web Server设计,实现了TCP/IP协议的移植以及在LINUX上的实现。-Web Server for Embedded Systems. Embedded Linux on the Web Server design, Implementation of TCP / IP protocol and the transplant LINUX on the achievement.
Platform: | Size: 279984 | Author: aeron | Hits:

[Linux-UnixLINUX_system_manage_book

Description: 本书同时收录了Linux领域两位领导人物的作品—相当于“Linux 文档项目”的一个印刷版本,展示了Linux 核心概念及其基本结构。对于面向所有主流Linux子系统的支持与管理任务,本书都进行了恰到好处的讲解。涵盖的主题包括文件系统、目录、引导和关机、打印、网络兼容性、网络应用、网络登录、安全、用户账号、数据备份等等。此外,还针对TCP/IP网络、电子邮件、硬件问题以及网络的管理与配置,进行了专门讨论。 -the book contains a Linux two leading figures in the field of work - the equivalent of "Linux Documentation items eye, "one of the printed version, which shows a concept of the Linux kernel and its basic structure. For all mainstream Linux-oriented subsystem support and management tasks, this book has a balanced presentation. Subjects covered in the file system, directory, guide and shutdown, printing, network compatibility, network applications, network login, security, user account, data backup and so on. Moreover, in view of TCP / IP network, e-mail, hardware and network management and configuration, a special discussion.
Platform: | Size: 6519441 | Author: asdfkh | Hits:

[Internet-NetworkLinux-web

Description: 清华大学嵌入式实验程序fork/vfork程序验证区别;管道命令程序;TCP/IP网络通信程序;makefile文件的编写。-fork/vfork program to verify the difference written in the makefile pipeline command program TCP/IP network communication program.
Platform: | Size: 11264 | Author: 邹旭东 | Hits:

[Internet-Networklinux-file-transfer

Description: Linux下简单的文件传输,包含客户端和服务端,基于TCP/IP协议-Simple file transfer under Linux, including client and server-based TCP/IP protocol
Platform: | Size: 3072 | Author: 李康康 | Hits:

[Windows Developlinux-internet-coding

Description: 基于tcp/ip套接字程序的流控制,运行平台linux,客户机与服务器端程序均有-Based on tcp/ip socket flow control procedures, operating platform Linux, client and server-side procedures are
Platform: | Size: 3072 | Author: 吴昊 | Hits:

[Otherlinux_qq

Description: 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket communication is mainly based on TCP/IP protocol. Including server and client two parts, in which the client uses the select IO multiplexing technology, the server side to monitor a number of clients, so the use of epoll IO multiplexing technology. The functions of the whole project can be registered and logged by users, add friends, send chat messages, send and receive files, etc..)
Platform: | Size: 41984 | Author: 零下10度C | Hits:

[Linux-Unixframewmdk-assume-meta_programming

Description: EASYARM2200的TCP IP协议栈在UC OS下的完整移植程序,不多说了,需要的下载!()
Platform: | Size: 892928 | Author: NJupoav%2686624 | Hits:

[Internet-Networktcp

Description: 利用Linux平台编程,实现让自己PC变成一个简单的服务器。可以通过IP和端口号实现局域网的网络通讯。(Use Linux platform programming to make your PC a simple server. The network communication of the LAN can be realized through IP and port number.)
Platform: | Size: 9216 | Author: lb_! | Hits:

[TCP/IP stacktcp_socket.tar

Description: 基于Linux的tcp socket通信C语言代码,简单的收发处理(Linux based TCP socket communication C language code, simple transceiver)
Platform: | Size: 21504 | Author: rxp | Hits:

[Linux-Unix7148101

Description: 周立功的EASYARM2200上的TCP IP协议栈的移植,程序完整,我测试过可以在DOS下面进行测试,并可对板上的SERV()
Platform: | Size: 23552 | Author: specoalikakions | Hits:

[Linux-UnixTCP_IP聊天项目

Description: 在linux的shell下用Soket编程实现聊天的功能,可以添加,删除好友,一个服务器,多个客户端(Under the shell of Linux, using the Soket programming to realize the chat function, can add, remove friends, a server, multiple clients.)
Platform: | Size: 123904 | Author: 是你凯哥哈 | Hits:

[TCP/IP stackTCPIP

Description: 基于Linux下的TCPIP客户端服务器端程序(TCPIP client server - side program based on Linux)
Platform: | Size: 26624 | Author: bs12 | Hits:

[Linux-Unix64953684

Description: TCP IP Vol II Commer()
Platform: | Size: 155648 | Author: Elsrr | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »

CodeBus www.codebus.net